mysql get json value by key

106

mysql get json value by key -

SELECT JSON_EXTRACT('{"a": 1, "b": 2, "c": 3}', '$.b') AS 'Result';

Comments

Submit
0 Comments